home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / privdl.arc / PERSONAL.DOC next >
Text File  |  1988-05-02  |  7KB  |  129 lines

  1.  
  2. The personal download documentation in RBBS 16.1A is lacking in examples of
  3. how to create the personal download file.  I have created examples of my
  4. interpretation of personal downloads and have it described below.  I have
  5. created files called PRIV.40 through PRIV.46 which have samples of how to
  6. implement the PRIV.DEF file depending on how long your FMS file name
  7. description length is.  You can send suggestions to Ray Smith at the Aviation
  8. Connection on phone numbers 214-416-5933 and 214-418-0159.
  9.  
  10. There is a bug in the personal download directory code if you use a 46
  11. character description length.  You will get a line feed between each line.
  12. This is caused because RBBS moves the asterisk from column 111 to column 80 and
  13. you know that anything in column 80 forces a line feed.  The RBBS authors are
  14. aware of this and are working on a solution.  You will not have the problem if
  15. you use file description lengths from 40 to 45.
  16.  
  17. PRIVATE DOWNLOAD DIRECTORY
  18. --------------------------
  19.  
  20. Column    Purpose                       Items to consider
  21. ------    -------------                 --------------------------
  22.  1-12     File Name                     No internal spaces allowed
  23.  
  24. 14-21     File Size                     Recommended placement
  25.  
  26. 24-31     Date in MM-DD-YY format       Recommended placement
  27.  
  28. 34        File Description              Description starts here
  29.  
  30. 73-79     File Description              Description ends in columns
  31.                                         73-79 depending whether you
  32.                                         have a 40 to 46 character
  33.                                         description length.
  34.  
  35. 75-81     Security level                Security level starts here
  36.                                         and is the minimum security
  37.                                         to download the file.  May be
  38.                                         used instead of a user name.
  39.  
  40. 74-80     Identify field "belonging"    Field begins in column 74-80
  41.           to the caller (Starts)        depending whether you have
  42.                                         a 40 to 46 character
  43.                                         description length.
  44.  
  45. 104-110   Identify field "belonging"    Field ends in column 104-110
  46.           to the caller (Ends)          depending whether you have
  47.                                         a 40 to 46 character
  48.                                         description length.
  49.  
  50. 105-111   "*" signifies file never      Must be here for new files,
  51.           downloaded                    is changed to "!" after
  52.                                         1st download
  53.  
  54.              Columns for       Columns      Column for         Column
  55. Length       description       for name     security level     for "*"
  56. ------       -----------       --------     -------------      -------
  57. 40              34-73           74-104          75               105
  58.  
  59. JOBSFORU.ARC   282888  07-14-87  List of jobs    John Doe    * <- 105
  60. JOBSFORU.ARC   282888  07-14-87  List of jobs     20         * <- 105
  61. ...........^ ^......^  ^......^  ^..............^^^.........^^
  62. Columns   12 14    21 24     31 34             73 75       104
  63.  
  64.              Columns for       Columns      Column for         Column
  65. Length       description       for name     security level     for "*"
  66. ------       -----------       --------     -------------      -------
  67. 41              34-74           75-105          76               106
  68.  
  69. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 106
  70. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 106
  71. ...........^ ^......^  ^......^  ^...............^^^.........^^
  72. Columns   12 14    21 24     31 34              74 76      105
  73.  
  74.              Columns for       Columns      Column for         Column
  75. Length       description       for name     security level     for "*"
  76. ------       -----------       --------     -------------      -------
  77. 42              34-75           76-106          77               107
  78.  
  79. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 107
  80. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 107
  81. ...........^ ^......^  ^......^  ^...............^^^.........^^
  82. Columns   12 14    21 24     31 34              75 77      106
  83.  
  84.              Columns for       Columns      Column for         Column
  85. Length       description       for name     security level     for "*"
  86. ------       -----------       --------     -------------      -------
  87. 43              34-76           77-107          78               108
  88.  
  89. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 108
  90. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 108
  91. ...........^ ^......^  ^......^  ^...............^^^.........^^
  92. Columns   12 14    21 24     31 34              76 78      107
  93.  
  94.              Columns for       Columns      Column for         Column
  95. Length       description       for name     security level     for "*"
  96. ------       -----------       --------     -------------      -------
  97. 44              34-77           78-108          79               109
  98.  
  99. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 109
  100. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 109
  101. ...........^ ^......^  ^......^  ^...............^^^.........^^
  102. Columns   12 14    21 24     31 34              77 79      108
  103.  
  104.              Columns for       Columns      Column for         Column
  105. Length       description       for name     security level     for "*"
  106. ------       -----------       --------     -------------      -------
  107. 45              34-78           79-109          80               110
  108.  
  109. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 110
  110. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 110
  111. ...........^ ^......^  ^......^  ^...............^^^.........^^
  112. Columns   12 14    21 24     31 34              78 80      109
  113.  
  114.              Columns for       Columns      Column for         Column
  115. Length       description       for name     security level     for "*"
  116. ------       -----------       --------     -------------      -------
  117. 46              34-79           80-110          81               111
  118.  
  119. JOBSFORU.ARC   282888  07-14-87  List of jobs     John Doe    * <- 111
  120. JOBSFORU.ARC   282888  07-14-87  List of jobs      20         * <- 111
  121. ...........^ ^......^  ^......^  ^...............^^^.........^^
  122. Columns   12 14    21 24     31 34              79 81      110
  123.  
  124. Comments are appreciated and I hope that this helps.
  125.  
  126. Ray Smith (SYSOP) of the Aviation Connection.
  127.  
  128.  
  129.